widget: Create widget path classes from proper style
authorBenjamin Otte <otte@redhat.com>
Sun, 15 Feb 2015 21:26:13 +0000 (22:26 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 18 Mar 2015 14:23:30 +0000 (15:23 +0100)
commit5df01f9244fc669a0fb95e6b7494d31e6ef737da
tree4856ca88289e7d89f0b29ddeaf5172468bc41f3b
parent5edc6d94d170c0ca0f674c329bee453bfd2291fe
widget: Create widget path classes from proper style

We don't want to add the current classes to the widget path - which
might potentially be different after a gtk_style_context_save() - but
the root node's ones. So what better thing to do than actually using the
root node?
gtk/gtkwidget.c